home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMCONFIGSPAM / TFORMCONFIGSPAM.txt < prev   
Text File  |  2008-07-21  |  4KB  |  183 lines

  1. object FormConfigSpam: TFormConfigSpam
  2.   Left = 306
  3.   Top = 168
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de la protecci∩┐╜n anti-spam'
  7.   ClientHeight = 370
  8.   ClientWidth = 444
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PlaGroupBox1: TPlaGroupBox
  23.     Left = 14
  24.     Top = 11
  25.     Width = 416
  26.     Height = 300
  27.     TitleFont.Charset = DEFAULT_CHARSET
  28.     TitleFont.Color = 13977088
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'Tahoma'
  31.     TitleFont.Style = []
  32.     Caption = 'Lista de remitentes de confianza'
  33.     TabOrder = 0
  34.     object ImageConexiones: TImage
  35.       Left = 10
  36.       Top = 22
  37.       Width = 32
  38.       Height = 32
  39.       Picture.Data = {<image001.bmp>}
  40.       Transparent = True
  41.     end
  42.     object Label1: TLabel
  43.       Left = 57
  44.       Top = 22
  45.       Width = 344
  46.       Height = 26
  47.       Caption = 
  48.         'Permite definir una lista de direcciones de correo y/o dominios ' +
  49.         'cuyos mensajes no ser∩┐╜n analizados en busca de Spam.'
  50.       Constraints.MinWidth = 344
  51.       WordWrap = True
  52.     end
  53.     object Label2: TLabel
  54.       Left = 258
  55.       Top = 55
  56.       Width = 129
  57.       Height = 13
  58.       Caption = 'Nueva direcci∩┐╜n o dominio:'
  59.     end
  60.     object Image1: TImage
  61.       Left = 10
  62.       Top = 190
  63.       Width = 32
  64.       Height = 32
  65.       Picture.Data = {<image002.bmp>}
  66.       Transparent = True
  67.     end
  68.     object Label3: TLabel
  69.       Left = 57
  70.       Top = 192
  71.       Width = 344
  72.       Height = 26
  73.       Caption = 
  74.         'Indica la acci∩┐╜n a realizar con los remitentes de los mensajes q' +
  75.         'ue clasifiques como "No Spam".'
  76.       Constraints.MinWidth = 344
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'Tahoma'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       WordWrap = True
  84.     end
  85.     object PLConfianza: TPlaListBox
  86.       Left = 57
  87.       Top = 57
  88.       Width = 190
  89.       Height = 90
  90.       TabOrder = 0
  91.       OnClick = PLConfianzaClick
  92.     end
  93.     object EConfianza: TPlaEdit
  94.       Left = 258
  95.       Top = 71
  96.       Width = 146
  97.       Height = 21
  98.       TabOrder = 1
  99.       Transparent = False
  100.       OnChange = EConfianzaChange
  101.     end
  102.     object BAnyadir: TPlaButton
  103.       Left = 258
  104.       Top = 99
  105.       Width = 81
  106.       Height = 21
  107.       Caption = 'A∩┐╜adir'
  108.       Enabled = False
  109.       TabOrder = 2
  110.       OnClick = BAnyadirClick
  111.     end
  112.     object BEliminar: TPlaButton
  113.       Left = 258
  114.       Top = 126
  115.       Width = 81
  116.       Height = 21
  117.       Caption = 'Eliminar'
  118.       Enabled = False
  119.       TabOrder = 3
  120.       OnClick = BEliminarClick
  121.     end
  122.     object BImportarLibreta: TPlaButton
  123.       Left = 57
  124.       Top = 158
  125.       Width = 190
  126.       Height = 21
  127.       Caption = 'Importar libreta de direcciones'
  128.       TabOrder = 4
  129.       OnClick = BImportarLibretaClick
  130.     end
  131.     object RBIncSiempre: TPlaRadioButton
  132.       Left = 57
  133.       Top = 238
  134.       Width = 272
  135.       Height = 16
  136.       Caption = 'A∩┐╜adirlos autom∩┐╜ticamente a remitentes de confianza'
  137.       TabOrder = 5
  138.       TabStop = False
  139.     end
  140.     object RBPreguntar: TPlaRadioButton
  141.       Left = 57
  142.       Top = 256
  143.       Width = 135
  144.       Height = 16
  145.       Caption = 'Preguntar en cada caso'
  146.       TabOrder = 6
  147.       Checked = True
  148.     end
  149.     object RBNoIncluir: TPlaRadioButton
  150.       Left = 57
  151.       Top = 274
  152.       Width = 113
  153.       Height = 16
  154.       Caption = 'No a∩┐╜adirlos nunca'
  155.       TabOrder = 7
  156.       TabStop = False
  157.     end
  158.   end
  159.   object BAceptar: TPlaButton
  160.     Tag = 2200
  161.     Left = 276
  162.     Top = 336
  163.     Width = 73
  164.     Height = 21
  165.     Caption = '&Aceptar'
  166.     TabOrder = 1
  167.     OnClick = BAceptarClick
  168.     Default = True
  169.   end
  170.   object BCancel: TPlaButton
  171.     Tag = 2400
  172.     Left = 357
  173.     Top = 336
  174.     Width = 73
  175.     Height = 21
  176.     Caption = '&Cancelar'
  177.     TabOrder = 2
  178.     TabStop = False
  179.     Cancel = True
  180.     ModalResult = 2
  181.   end
  182. end
  183.